Use memmove instead of memcpy for overlapping areas (console scroll).
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 10:25:03 +0000 (11:25 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 10:25:03 +0000 (11:25 +0100)
commit9d66d09ba2000d3b9c81fd60eb8e8feb152263e1
treed2b35c78de233acd76e7f8ecb6d2d82dd6a80562
parentba4a95bee14a8101f839df32453014856b6ff511
Use memmove instead of memcpy for overlapping areas (console scroll).
Use memset instead of memcpy to clear line.

Signed-off-by: Tristan Gingold <tristan.gingold@bull.net>
xen/drivers/char/console.c